From 0e3a5a12d0c2007b22a74277769a185a00e0d9f6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 12 Mar 2001 12:48:35 +0000 Subject: [PATCH] (x_load_resources) [USE_MOTIF]: Remove extraneous arg to sprintf. --- src/xrdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrdb.c b/src/xrdb.c index ba6e660285c..632e447e851 100644 --- a/src/xrdb.c +++ b/src/xrdb.c @@ -1,5 +1,5 @@ /* Deal with the X Resource Manager. - Copyright (C) 1990, 1993, 1994 Free Software Foundation. + Copyright (C) 1990, 1993, 1994, 2000, 2001 Free Software Foundation. This file is part of GNU Emacs. @@ -548,7 +548,7 @@ x_load_resources (display, xrm_string, myname, myclass) XrmPutLineResource (&rdb, line); sprintf (line, "%s*menu*background: grey75", myclass); XrmPutLineResource (&rdb, line); - sprintf (line, "%s*menubar*background: grey75", myclass, helv); + sprintf (line, "%s*menubar*background: grey75", myclass); XrmPutLineResource (&rdb, line); sprintf (line, "%s*verticalScrollBar.background: grey75", myclass); XrmPutLineResource (&rdb, line); -- 2.30.2